home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4887 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  962 b 

  1. Path: news.uni-c.dk!inet!skytech
  2. From: skytech@inet.uni-c.dk (Michael Juhl)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Searching for BLTCON0 value..
  5. Date: 6 Mar 1996 10:18:32 GMT
  6. Organization: News Server at UNI-C, Danish Computing Centre for Research and Education.
  7. Message-ID: <4hjopo$blp@news.uni-c.dk>
  8. NNTP-Posting-Host: inet.uni-c.dk
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12.  A friend of mine and I are currently making a game is assembler
  13. and we are ofcourse using the blitter, but we have this problem.
  14.  
  15. We know a couple of BLPCON0 values like $09f0, $0dca ect.
  16. but we are searching for a value which can do this:
  17.  
  18. (We want to mix two bitplanes. A bitplane of a plane unto the
  19. background)
  20.  
  21.  
  22. Bit values:
  23.  
  24. PLANE    BACKGROUND        RESULT
  25.   0          0                    0
  26.   0          1                    1
  27.   1          0                    0
  28.   1          1                    0
  29.  
  30.  
  31. Does such a value exists, if so please E-Mail me at
  32.  
  33. skytech@inet.uni-c.dk
  34.  
  35.